<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#toolbarwrap {
	width: 780px;
	height: 40px;
	padding: 0;
	position: relative;
	background-color: #FEFEFE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
ul.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul.navigation li {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	/* [disabled]border-bottom: 2px solid #DDDDDD; */
	background-color: #999999;
	}
ul.navigation li.newscurrent{
	/* [disabled]border-bottom: 2px solid #FF0004; */
	color: #FFFFFF;
	font-weight: bold;
	font-family: "微软雅黑";
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	background-color: #FF0004;
}
ul.navigation li.newscurrent a {
	color: #FFFFFF;
	font-weight: bold;
	}
ul.navigation li a {
	float: left;
	line-height: 40px;
	font-size: 14px;
	width: 195px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;

	}
ul.navigation li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	}
	ul.navigation li:hover {
	/* [disabled]border-bottom: 2px solid #FF0004; */
	color: #FFFFFF;
	background-color: #FF0004;

	}
ul.navigation li.active {
	color: #000000;
	/* [disabled]border-bottom: 2px solid #FF0004; */
	font-weight: bold;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	background-color: #FF0004;
}
ul.navigation li.inactive {
	text-decoration: none;
	color: #000;
}

#frame {
	overflow: hidden;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#scroller {
	width: 780px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	max-height: 310px;
}
#content {
	width: 3120px;
}
.section {
	width: 780px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
.section ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 780px;
}
.section ul li {
	border-bottom: 1px dotted #D0D0D0;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	font-family: "微软雅黑";
	color: #666666;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.section ul li:hover {
	border-bottom: 1px dotted #FF0004;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	font-family: "微软雅黑";
	color: #666666;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.section ul li span{
	font-family: "Microsoft YaHei UI Light";
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	display: block;
	float: right;
	width: 80px;
	height: 40px;
	line-height: 40px;
}
.section ul li a{
	font-family: "微软雅黑";
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	display: block;
	float: left;
	width: 650px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-left: 40px;
}
</pre></body></html>